sandbox: Add "host size" hostfs command for fs test
authorStefan Brüns <[email protected]>
Thu, 11 Aug 2016 20:52:04 +0000 (22:52 +0200)
committerSimon Glass <[email protected]>
Mon, 19 Sep 2016 03:04:38 +0000 (21:04 -0600)
commit49afb37988a397ce215e99563e0ab5d2970c6a39
tree536619d45a82b01fd351c6210bcf46d0ee29dc77
parent2945eb73dd988cbd9775395128935256deb9a96e
sandbox: Add "host size" hostfs command for fs test

This complements the size/fatsize/ext4size commands added in
commit cf6598193aed5de8855eaf70c1994f2bc437255a
load, save and ls are already implemented for hostfs, now tests can
cover the same operations on hostfs and emulated block devices.

Signed-off-by: Stefan Brüns <[email protected]>
Acked-by: Simon Glass <[email protected]>
cmd/host.c